projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b84464
)
files-tests.el: Remove unused lexical variable
author
Tino Calancha
<tino.calancha@gmail.com>
Wed, 16 Aug 2017 11:14:48 +0000
(20:14 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Wed, 16 Aug 2017 11:14:52 +0000
(20:14 +0900)
* test/lisp/files-tests.el (file-test--do-local-variables-test);
Remove unused var 'files-test-queried'.
test/lisp/files-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/files-tests.el
b/test/lisp/files-tests.el
index 4a17e0d46973beef347852dbbd1a11d63682363c..a2f2b74312f6c759a18434a8db0da5c90b0c487b 100644
(file)
--- a/
test/lisp/files-tests.el
+++ b/
test/lisp/files-tests.el
@@
-129,8
+129,7
@@
form.")
(let ((enable-local-variables (nth 0 test-settings))
(enable-local-eval (nth 1 test-settings))
;; Prevent any dir-locals file interfering with the tests.
- (enable-dir-local-variables nil)
- (files-test-queried nil))
+ (enable-dir-local-variables nil))
(hack-local-variables)
(eval (nth 2 test-settings)))))